home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODF-Interest Archive / May 96 / Re List manager.3 < prev    next >
Encoding:
Internet Message Format  |  1996-12-03  |  1.4 KB  |  [TEXT/ttxt]

  1. Subject:     Re: List manager
  2. Sent:        5/14/96 10:03 AM
  3. Received:    5/17/96 9:02 AM
  4. From:        Laurent Delamare, laurentd@apple.com
  5. Reply-To:    ODF-Interest@CILabs.ORG
  6. To:          OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
  7.  
  8. >
  9. >Is there now or in planning an ODF version of the Mac List manager? I 
  10. >need to build a scrolling list where each row has various small icons, 
  11. >text and clickable rectangular subsections as well as hiliting of the 
  12. >selected rows.
  13. >
  14. >Lars Travers
  15.  
  16. ODF 1 released this week (http://www.devtools.apple.com/odf/) contains a 
  17. FW_CListBox view class using the Mac list manager.  However the current 
  18. API supports only text data in list cells and doesn't let you specify 
  19. your own LDEF.  
  20.  
  21. Since ODF comes with source code you could try to patch ODF's Framework 
  22. static library if you are in a hurry to get this feature. Adding an LDEF 
  23. argument to ::LNew isn't difficult but there may be issues related to 
  24. drawing because of the way things must be setup in an "OpenDoc world".  I 
  25. need to investigate further myself before making any promises for LDEF 
  26. support in a future patch.
  27.  
  28. ______________________________________________________________________
  29. Laurent Delamare               laurentd@apple.com
  30. ODF Team                       http://www.devtools.apple.com/odf/
  31. Apple Computer, Inc.           http://www.opendoc.apple.com/
  32.